home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 11 - 1995
/
11.02 Feb 95
/
Yenta
/
C Libraries
/
InstallDefProc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-04
|
295 b
|
14 lines
|
[
TEXT/KAHL
]
/* this file contains the header for a procedure which can be used to */
/* install an embedded DefProc. See InstallDefProc.cp for more details */
#ifdef __cplusplus
extern "C" {
#endif
void InstallDefProc(short dpPath, ResType dpType, short dpID, Ptr dpAddr);
#ifdef __cplusplus
}
#endif